home *** CD-ROM | disk | FTP | other *** search
/ Aminet 3 / Aminet 3 - July 1994.iso / Aminet / dev / gui / M2EAGUI.lha / M2EAGUI / ReadMe < prev    next >
Encoding:
Text File  |  1994-06-04  |  1.5 KB  |  46 lines

  1. Modula-Interface for EAGUI V2.2
  2.  
  3. EAGUI - Environment Adaptive Graphic User Interface
  4. Copyright © 1993, 1994 by Marcel Offermans and Frank Groen
  5.  
  6. Modula Interface done by Stefan "Steffel" Schulz (freeware)
  7. First Version 03.06.1994
  8.  
  9. This  archive  contains  the  files  you need to use the EAGUI-Library with
  10. M2Amiga.  It is designed for Version 4.2 of the M2Amiga-Environment-System.
  11.  
  12.   You  have to compile the interface on yourself, as you have the choice of
  13. making  it  able  to  use  Strings  or  only Addresses (which is useful for
  14. localization).
  15.   Therefore  a script is added, this will compile the interface-modules and
  16. place the obj/sym file to m2:modules/sym and /obj.
  17.  
  18. File-Description:
  19.  
  20. txt/EAGuiD.def          : Definitions of Types, Tags, Structures etc.
  21. txt/EAGuiL.def          : The interface (functions) for EAGUI.library
  22. txt/EAGuiMacros.def     : Macros which are defined in EAGUI_macros.h
  23. txt/EAGuiMacros.mod     : Implementation of the Macros
  24. txt/TextField.def       : Hook-Functions defined in textfield.c
  25. txt/TextField.mod       : Implementation of these functions
  26. txt/Example.mod         : An example Module showing how to use EAGUI
  27. CompilerScript          : Script for simple compiling interface
  28. Example                 : Bin of Example.mod
  29. Readme                  : This file :o)
  30.  
  31. History :
  32.  
  33. Version 1.0
  34.   intitial version
  35.  
  36. The things are tested as long as I have used them in Example.mod.
  37. For bug-reports or suggestion please send me a note. Thanx.
  38.  
  39. My email-address :
  40.  
  41.     schulz@rhrk.uni-kl.de
  42.  
  43.  
  44. Lotsa Greetz
  45.     Steffel
  46.